home *** CD-ROM | disk | FTP | other *** search
/ Abnormal Girl's Academy / Abnormal Girl's Academy.iso / pc / abnjap.dir / 00015.ls < prev    next >
Encoding:
Text File  |  1995-07-04  |  678 b   |  21 lines

  1. on exitFrame
  2.   if (the machineType = 256) and (the quickTimePresent = 0) then
  3.     open(the pathName & "WINSETUP¥QTW¥SETUP.EXE")
  4.   end if
  5.   if (the machineType = 256) and (the quickTimePresent = 0) then
  6.     quit()
  7.   end if
  8.   if (the machineType = 256) and (the colorDepth <= 8) then
  9.     go(1, the pathName & "AP¥ABNJAL08.DIR")
  10.   end if
  11.   if (the machineType = 256) and (the colorDepth > 8) then
  12.     go(1, the pathName & "AP¥ABNJWM16.DIR")
  13.   end if
  14.   if (the machineType <> 256) and (the colorDepth <= 8) then
  15.     go(1, the pathName & "AP:ABNJAL08.DIR")
  16.   end if
  17.   if (the machineType <> 256) and (the colorDepth > 8) then
  18.     go(1, the pathName & "AP:ABNJAL16.DIR")
  19.   end if
  20. end
  21.